Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NView<T> Class
Members


In This Topic
    NView<T> Class
    In This Topic
    A database view.
    Object Model
    NView<T> Class
    Syntax
    'Declaration
     
    
    Public Class NView(Of T) 
       Inherits NViewBase
    'Usage
     
    
    Dim instance As NView(Of T)
    public class NView<T> : NViewBase 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.DBModel.NDatabaseObject
          Nevron.Nov.Data.DBModel.NViewBase
             Nevron.Nov.Data.DBModel.NView<T>
                Nevron.Nov.Data.DBModel.NSqlServerView

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also